home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 May / Designer's Club 1996 May.iso / mac / Idea Source / EMBOSS.DIR / 00119.ls < prev    next >
Encoding:
Text File  |  1996-04-03  |  121 b   |  8 lines

  1. on mouseDown
  2.   puppetSprite(6, 1)
  3.   set the castNum of sprite 6 to 123
  4.   updateStage()
  5.   puppetSprite(6, 0)
  6.   quit()
  7. end
  8.